Clean up unexcoff.c.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2010 15:37:01 +0000 (18:37 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2010 15:37:01 +0000 (18:37 +0300)
commit2b571a90b6da8281465500ffb72eb86f95bdd2d6
treef6124034b586700c08386e8ed91b77b815663a6c
parenta31a6859b63499c31301aba0081ac7a4c0b4826a
Clean up unexcoff.c.

 unexcoff.c (report_error, make_hdr, write_segment)
 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
 Convert argument lists and prototypes to ANSI C.
 (make_hdr, write_segment): Remove unused variables.
 (unexec): Remove commented-out line.  Initialize `new' to shut up
 compiler warnings.
src/ChangeLog
src/unexcoff.c